-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 7.2.1 #34921
Release 7.2.1 #34921
Conversation
🦋 Changeset detectedLatest commit: abf88f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #34921 +/- ##
=======================================
Coverage 59.28% 59.28%
=======================================
Files 2820 2820
Lines 67917 67917
Branches 15100 15100
=======================================
Hits 40262 40262
Misses 24830 24830
Partials 2825 2825
Flags with carried forward coverage won't be shown. Click here to find out more. |
42a1b8c
to
029ad16
Compare
) Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: Lucas Pelegrino <[email protected]>
029ad16
to
abf88f4
Compare
You can see below a preview of the release change log:
7.2.1
Engine versions
20.18.0
5.0, 6.0, 7.0
1.48.1
Patch Changes
Bump @rocket.chat/meteor version.
(#34918 by @dionisio-bot) Fixes a behavior when running microservices that caused queue worker to process just the first 60 seconds of request.
This was due to a mistakenly bound context. Queue Worker was changed to start doing work only after it received the first request.
However, with the introduction of ASL and actual context on calls, the worker registration was absorbing the context of the call that created them, causing service calls happening inside the callbacks to fail because of a timeout.
(#34946 by @dionisio-bot) Fixes SlackBridge service failing to connect to multiple slack workspaces
Updated dependencies [f9e531f]: